home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / bibnt251.zip / BIBLNET.DOC < prev    next >
Text File  |  1992-09-01  |  56KB  |  1,199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         BIBL/NET
  8.         NetWare version
  9.  
  10.  
  11.         release 2.51
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.         (c) 1992 Clyde W. Grotophorst
  45.             GMUtant Software
  46.             Route 1, Box 296
  47.             Hamilton, Virginia 22068
  48.             U.S.A.
  49.  
  50.  
  51.                           BIBL/NET features include:
  52.  
  53.         - full NOVELL locking supported. Advanced routines enable BIBL to avoid
  54.           record-locking (which has a serious impact on network performance) and yet
  55.           provide complete database integrity.
  56.         - support for up to 50 simultaneous users (100 user version available)
  57.         - six levels of security ensure database integrity and
  58.           protect files from unwanted modification. BIBL/NET automatically
  59.           defaults to READ-ONLY access if a user is not in the BIBL
  60.           security database--making it easy to offer BIBL/NET to most users.
  61.         - multiple databases are supported. Users with level 3 or
  62.           greater security may create and maintain PERSONAL
  63.           databases...inaccessible to other users.
  64.         - REGISTERED VERSION only. BIBL/NET picks up the user login name
  65.           from NetWare (if in the BIBL/NET security database, user need
  66.           only enter password -- simplifying login)
  67.         - mouse-support 
  68.         - easily understood user interface (bounce-bar menus or first letter of each command).
  69.         - five indexes are maintained (in a single file) for fast
  70.           retrieval and sorted extracts (author, author/title, title,
  71.           subject, and descriptor).
  72.         - up to 9 words from the descriptor field are indexed individually.
  73.         - each user has a system record which stores his 'home'
  74.           directory (for export and storage of PRIVATE databases).
  75.         - produces bibliographies in several forms (brief, annotated,
  76.           full (and with registered version labelled), full) based on
  77.           information in any field. Each bibliography is sorted by
  78.           author, then within author, by title.
  79.         - when no match is made on an indexed search, BIBL/NET displays
  80.           where in the index your query would have appeared (near misses).
  81.         - produces a wide variety of lists (in ASCII form) which may be
  82.           printed or edited with any word-processor that accepts ASCII
  83.           files for input (most do).
  84.         - an ASCII file viewer that supports a mouse, and is
  85.           moveable, resizeable, and ZOOMable. File viewer points
  86.           automatically to users 'local' directory--the same place
  87.           BIBL/NET export files (reports) are routed.
  88.         - ability to print or save to disk any individual record.
  89.         - main menu screen always reports active database, security
  90.           level of user, and number of records in the file.
  91.         - verification of keywords during data entry (if desired)     
  92.         - Boolean AND, OR, NOT searching supported for ALL fields. Up to
  93.           four terms may be used. May also limit search to descriptor field.
  94.         - Selected reports (list of subjects, list of titles, etc) may be
  95.           viewed onscreen and/or sent to disk.
  96.         - BIBL/NET can produce a comma-delimited file of the database.
  97.         - any ASCII file may be used for display when I (INFORMATION) is
  98.           pressed on the main menu.
  99.         - Shell to DOS (heap compression frees additional memory)
  100.         - Global Find & Replace for text in ANY field, across a database.
  101.         - BIBL/NET will run in 43/50 line mode.
  102.         
  103.  
  104.                               INSTALLATION
  105.  
  106.         Installing BIBL/NET on your network is relatively simple.
  107.         Follow these three steps:
  108.  
  109.                    * CHANGE in Release 2.30 *
  110.  
  111.         NOTE! Be sure to assign user names that are
  112.         IDENTICAL to the user name used by NOVELL.  BIBL/NET
  113.         will carry the NOVELL username into the security
  114.         routine and check the BIBL/NET security database
  115.         (BIBLSEC.DAT) for that name.  If a user in BIBLSEC.DAT
  116.         has a different user name than the NOVELL login name,
  117.         then no match will be possible and the user will
  118.         have ONLY read access to the system.
  119.  
  120.         Note to SHAREWARE users: This link to the NOVELL login
  121.         name has been disabled in the SHAREWARE version of
  122.         BIBL/NET.  It is still a good idea to build your
  123.         security database using NOVELL login names--if you
  124.         should continue using BIBL/NET and register the
  125.         package, you won't have to go back and reenter your
  126.         security database.
  127.  
  128.         1. On your local machine (not necessarily on the net)
  129.         run BNETSEC.EXE to create the security database (BIBLSEC.DAT
  130.         and BIBLSEC.IX) BIBL uses.  When finished, move BIBLSEC.
  131.         DAT and BIBLSEC.IX to the public (applications) directory where
  132.         you will be running BIBLNET.EXE.  IMPORTANT! Flag both
  133.         BIBLSEC.DAT and BIBLSEC.IX as RWSH (read/write share
  134.         hidden). Netware Command: FLAG BIBLSEC.* RWSH [return]
  135.  
  136.         This will allow BIBL/NET to find them but hides
  137.         them from your users. Note that the information in 
  138.         BIBLSEC.DAT is encrypted...to aid in maintaining security. 
  139.         ONLY code within BIBLNET (the program) and BIBLSEC (the
  140.         security maintenance utility) will enable you to 'see'
  141.         what's in the security database. For this, and other
  142.         obvious reasons, don't put BNETSEC.EXE in your public
  143.         directory--otherwise users will have access to your
  144.         security. You can run BNETSEC from your local hard disk
  145.         and point it to your network database area via the
  146.         BNETSEC command line (e.g., BNETSEC y:\apps\gmutant).
  147.  
  148.         2. Copy BIBLNET.EXE and BIBL.HLP to the public (applications)
  149.         directory where you just put BIBLSEC.DAT and BIBLSEC.IX. Flag 
  150.         both files ROS (read only share).  You can flag BIBL.HLP
  151.         as ROSH (read only share hidden) if you wish.
  152.         If you want to install the demonstration database, copy
  153.         DEMO.DAT and DEMO.IX to that directory as well. Flag those
  154.         files RWS (Read-Write, SHARE).
  155.  
  156.         Users must have read/write/create access in the BIBL/NET subdirectory!
  157.  
  158.         3. Log onto the network and type BIBLNET to activate the
  159.         program. Enter your user name (you assigned it during
  160.         your initial session with BNETSEC.EXE), then your
  161.         password.  You will then be given access to the program.
  162.  
  163.  
  164.  
  165.         Here's how BIBL/NET is run on our Novell 2.20 (50 user) Lan:
  166.  
  167.         First, BIBLNET.EXE BNETSEC.DAT BNETSEC.IX and BIBL.HLP
  168.         all reside in a public applications directory named
  169.         Y:\APPS\GMUTANT.
  170.  
  171.         Next, each user is mapped to a home directory (in our
  172.         case H:) that looks to the user like a root H: drive.
  173.         This is where all their personal files for Quattro Pro,
  174.         BIBL/NET and other shared applications reside.  It
  175.         is this drive that we enter for each user in the
  176.         BNETSEC.DAT security database (Export Path). Since
  177.         each user is mapped there as a ROOT drive, all that
  178.         needs to be entered in the BIBL/NET security database
  179.         is H:\.
  180.  
  181.         Finally, our NOVELL menu program contains a BIBL/NET
  182.         option which, when selected, runs this BATCH file:
  183.  
  184.         @Echo off
  185.         Y:
  186.         cd\apps\gmutant
  187.         BIBLNET
  188.         cd\apps
  189.         H:
  190.  
  191.         This changes the directory to where BIBLNET resides
  192.         (Y:\APPS\GMUTANT) so that directory will be the
  193.         default when BIBL/NET activates--important since
  194.         we have to be able to find BNETSEC.DAT and the
  195.         network databases.
  196.  
  197.         When the program exists, it sets the drive back to H:
  198.  
  199.  
  200.                             BIBL/NET SECURITY
  201.  
  202.          When a user signs onto the BIBL/NET system, he must provide
  203.          a UserName (which you assign) and a password. Based on
  204.          this information, BIBL/NET checks the security database and
  205.          assigns the user a security level (0 - 5). The security
  206.          level of the user determines what sorts of things he
  207.          can do within the program.
  208.  
  209.          LEVEL 0: A user with Security Level 0 receives READ-ONLY
  210.          access to BIBL/NET databases. No export is allowed. This
  211.          might be the security level for GUEST users...  Note
  212.          that you don't really need an entry in your security
  213.          file for LEVEL 0 users...that's the default.
  214.  
  215.          LEVEL 1: Similar to level 0, although user is allowed to
  216.          export data from public databases to his local workstation.
  217.  
  218.          LEVEL 2: User may add records but has no edit or delete capability.
  219.  
  220.          LEVEL 3: User may add records. User may also edit and/or
  221.          delete any records he or she has created, but not records
  222.          created by others. This is probably your most common security
  223.          level--at least for users you want to have adding records...
  224.          but unable to delete records added by others.
  225.  
  226.          Users at Level 3 and above may also create personal
  227.          (private) databases that are stored in their Export
  228.          path (as defined via BNETSEC).  Level 3 and above
  229.          users can create/delete private databases, run
  230.          global change on private databases, and run ascii
  231.          import.
  232.  
  233.          LEVEL 4: User may add, edit or delete *any* records in
  234.          *any* public database.
  235.  
  236.          LEVEL 5: All rights. This user may also create and/or delete
  237.          databases and may initiate index rebuilding and ASCII
  238.          (BIX file) import.  You should not have too many LEVEL 5
  239.          users since some activities able to be performed by this
  240.          level user will have a dramatic impact on BIBL/NET's
  241.          performance for other users (e.g., importing ASCII (BIX) files).
  242.  
  243.        For each user, beyond assigning a user name (12 characters max),
  244.        a password (11 characters max) and a security level (1-5), you
  245.        may also indicate a subdirectory on their local machine where
  246.        exported information (reports, individual record dumps, etc)
  247.        may be directed.  The individual user may modify either his
  248.        password or this Local Export path at any time from the
  249.        BIBL/NET maintenance menu.
  250.          
  251.        Additionally, you must assign a 3 letter code for each user
  252.        (typically their initials). This code is 'STAMPED' in each
  253.        record that individual creates on the system.  It is this code
  254.        that BIBL/NET checks (along with the user's security level) to
  255.        determine who may delete and/or edit the record.  You might
  256.        consider using letters that don't typically occur in words...
  257.        in that way, you can find all the records 'owned' by a given
  258.        user by searching the code under FULL SEARCH.
  259.  
  260.        Typical entry in the security database:
  261.  
  262.        UserName: WALLYG
  263.        Password: MRWALDO
  264.        UserStamp: CWG        <- all records created by user get this
  265.        SecurityLevel: 3
  266.        ExportPath: H:\BIBL\  <- this is where private databases reside
  267.  
  268.                              * IMPORTANT *
  269.  
  270.        After building your initial security database
  271.        (BIBLSEC.DAT and BIBLSEC.IX), move both files to the
  272.        network drive where BIBLNET.EXE resides and flag both
  273.        files (BIBLSEC.DAT and BIBLSEC.IX) as HIDDEN, READ/WRITE.
  274.  
  275.        The data in the file is encrypted so users can't download
  276.        the datafile and deduce passwords; however, if you don't
  277.        HIDE the files, BIBLSEC.DAT will show up as a database
  278.        under BIBL and cause a trashed display for the user who
  279.        selects it!
  280.  
  281.                Adding more users at a later date
  282.  
  283.        To add additional users at any time, run BNETSEC and
  284.        point it to your production security database on the
  285.        network drive. This is done via the command line
  286.        (e.g., BNETSEC Y:\APPS\GMUTANT). BNETSEC implements
  287.        file locking to enable you to modify the database--even
  288.        if a user is simultaneously updating his or her
  289.        record (password or export directory).
  290.  
  291.  
  292.  
  293.                             SYSTEM  OVERVIEW
  294.  
  295.         BIBL (rhymes with nibble) /NET is a simple to use, networked online
  296.         catalog for your personal and/or business library. Written in
  297.         Turbo Pascal 6.0 and using full B-tree indexing (thanks to
  298.         TurboPower's B-Tree Filer package), the system is fast, small,
  299.         and very efficient. Menu-driven, BIBL/NET can be used to track your
  300.         book collection, article reprints, index your vertical file,
  301.         manage a small office library, and so on... In most areas
  302.         bounce-bar menus are used. To select a particular option,
  303.         move the bar via the cursor until your desired operation
  304.         is highlighted, then press RETURN. If you're a touch typist,
  305.         you might prefer pressing the highlighted letter within (or
  306.         just to the left of) the choice you wish to make (e.g.,
  307.         Press S to activate SEARCH on the main menu). On single
  308.         line menus (e.g., when displaying matches), you may hit the
  309.         highlighted letter to execute the command, or move between
  310.         them via the TAB key. Clicking a mouse on your menu choice
  311.         will also activate it.
  312.  
  313.         Command Line Switches ( /m or /v )
  314.  
  315.         If on a monochrome monitor you find you can not clearly read the
  316.         various BIBL/NET status line displays, activate program with an '/m'
  317.         switch (for mono), e.g., BIBLNET /M <cr>.
  318.  
  319.         You may use any combination of command line arguments, in any
  320.         order--with the exception that FILENAME if it appears must
  321.         be the first one.
  322.  
  323.         BIBL/NET will also run in 43 or 50 line mode (EGA or VGA) if you
  324.         start the program with a /v switch. BIBL/NET will automatically
  325.         detect hardware and make the appropriate setting.
  326.  
  327.  
  328.                           MAIN MENU OPTIONS
  329. Security   Option
  330. Level      Description
  331.  
  332. 0-5        L  List items in the database. This option allows you to
  333.            move through the database a record at a time. The records
  334.            appear in the order in which they were entered into the
  335.            system. Pressing L on the main menu takes you to the last
  336.            record in the file (the assumption being that you are
  337.            probably more interested in the more recent records). You
  338.            may move about the file via the J (Jump) command--which
  339.            'jumps' you to the record number you enter. If user has a
  340.            security level of 2 or below, the edit and delete options
  341.            are disabled. At level 3, options are enabled if user
  342.            created the records (record contains his 3 letter User Stamp).
  343.  
  344. 0-5        S  Search a database. Supports a variety of search types.
  345.  
  346. 1-5        E  Export data. Enables user to produce a variety of reports.
  347.  
  348. 1-5        V  View ASCII file(s). Allows user to look at an ASCII file.
  349.            If you are using the registered version, and have
  350.            installed a word processing program (e.g., WordPerfect)
  351.            as your external editor/viewer, then pressing V calls
  352.            that program and passes the name of the file to view.
  353.  
  354. 2-5        M  Maintenance functions. This function provides a variety
  355.            of support operations (adding records, rebuilding indexes,
  356.            creating new databases, deleting databases, Shell to DOS,
  357.            etc). The number of options displayed depends on the
  358.            user's security level.
  359.  
  360. 0-5        D  Database selection. Once you have created a second
  361.            database, this function allows you to move between
  362.            database files.
  363.  
  364. 0-5        I  Information on BIBL/NET. Pressing I on the Main Menu causes
  365.            the file BIBL.HLP to display in a window on your screen.
  366.            To create your own help file, make an ASCII file and name
  367.            it BIBL.HLP. You do not have to worry about page breaks
  368.            or other formatting.
  369.  
  370. 0-5        Q  Quit to DOS. Closes all files, halts program and exits.
  371.          
  372.                                 DATABASES
  373.  
  374.         BIBL/NET can manage up to 400 distinct databases. While the
  375.         structure of each database is the same, you may have
  376.         several--enabling you to separate out records that belong
  377.         together. Each 'database' consists of two files (*.DAT and *.IX).
  378.         You create empty databases from the Maintenance sub-menu. Once
  379.         created, you may select (or activate) a particular database via
  380.         the Database Selection option on the main menu.
  381.  
  382.                             SEARCHING THE DATABASE
  383.  
  384.         To search, press S at the main menu, then via the light bar
  385.         select which field you wish to search (Author, Title, Subject,
  386.         etc.). Once you have selected the field you wish to
  387.         search, a 'QUERY' box will appear. Enter the text you wish
  388.         to locate in this box, at the 'Query >>' prompt.
  389.  
  390.         You may search text in ANY field of a BIBL/NET record. Matches are
  391.         made using your input as a stem; that is, if you enter SMI and
  392.         SMITH exists, you'll get a match (it's called implied truncation).
  393.  
  394.         Note that while retrieval on indexed fields is very fast, searching
  395.         non-indexed fields (e.g., line 3 of the note field) is much slower.
  396.         On non-indexed fields, BIBL/NET must read each record, comparing your
  397.         query with the contents of the field. You may abort a non-indexed 
  398.         search by pressing any key to interrupt. On indexed field searches, 
  399.         if BIBL/NET can not find a match for your query, it will display 
  400.         several index entries that come before and after where your 
  401.         query would have fallen in the index. As your database grows, this 
  402.         becomes more useful.
  403.  
  404.         If you want to abandon searching after you have selected a particular
  405.         field to search, press RETURN instead of entering a search statement
  406.         at the 'Query >>' prompt. You will be returned to the main menu.
  407.  
  408.  
  409.                         BOOLEAN SEARCHING (AND / OR / NOT)
  410.  
  411.         Use BOOLEAN search to search for up to 4 terms in a record. You
  412.         may search either the full record or limit the search to the
  413.         descriptor field. BOOLEAN searching does not use an index, so
  414.         retrieval time is a bit longer. When the full record is searched,
  415.         a high speed search algorithm (Boyer-Moore) is employed--this yields
  416.         a significant performance improvement over searching just the
  417.         Descriptor field--where BIBL/NET uses a more traditional approach
  418.         (reading each record and comparing the field to your input).
  419.  
  420.         You may select either BIX format (for subsequent transfer to another 
  421.         database) or plain ASCII (no labels, formatted like QUERY.TXT entries).
  422.         You give BIBL/NET a name for the output file and based on your 
  423.         format choice, the extension (BIX or TXT) is automatically 
  424.         appended. 
  425.  
  426.         EDITING/DELETING RECORDS IN THE DATABASE
  427.  
  428.         You may enter EDIT mode either via a search or by the LIST function
  429.         (press E when the desired record displays.  You may well find editing
  430.         via LIST more efficient (since BIBL/NET does not return you to the
  431.         search menu after a change is made).
  432.  
  433.         As you first enter EDIT mode, the author's name field will be
  434.         highlighted. Make any changes you desire, using the cursor arrow
  435.         keys to move between fields. When you have finished making changes,
  436.         press ESC (or RETURN if line 7 of the note field is highlighted).
  437.         You will receive an 'OK to file (y/n)?' prompt. Respond with:
  438.  
  439.          Y - The index will be updated if editing changed an indexed field.
  440.          N - Changes will be discarded. The original record redisplays.
  441.  
  442.         You may also enter EDIT mode via the 'List records in the
  443.         database' option from the main menu. The only difference between
  444.         editing from this menu choice instead of SEARCH is that BIBL will
  445.         display all records in the database, beginning with the last
  446.         record. With the 'Jump' command, you may find this method of
  447.         editing superior to that offered during a search--you don't exit
  448.         the loop after performing an edit.
  449.  
  450.  
  451.         MAINTENANCE MENU
  452.  
  453.         The MAINTENANCE menu appears with level 2 or greater security.
  454.         It offers several options (the specific ones offered are 
  455.         determined dynamically based on a user's security level):
  456.  
  457.          - Add Records to the Database (level 2 or greater) 
  458.          - Rebuild Index for active database (level 5 only)
  459.          - Shell to DOS (level 2 or greater)
  460.          - Make a new database (level 4 or greater)
  461.          - Delete a database (level 4 or greater
  462.          - Import a BIX (ASCII) file (level 4 or greater)
  463.          - Global Find / Replace (level 4 or greater)
  464.          - Network Information (level 2 or greater)
  465.          - Change User Password/Export Directory (level 2 or greater)
  466.          - Quit to Main Menu
  467.         ADDING RECORDS TO A DATABASE
  468.  
  469.         Each database is limited to 2 billion records although you'll run
  470.         out of disk space long before that becomes an issue. To begin
  471.         working toward that 2 billion, press A as the main menu displays.
  472.         A blank record appears on the screen. Enter data in the
  473.         highlighted fields. If you want to skip a field, just press
  474.         RETURN when the cursor is inside that field's highlighted box.
  475.  
  476.         When you are finished, either press return when the highlighted
  477.         box is in line 10 of the note field, or press ESC. 
  478.         BIBL/NET will then offer a prompt line at the bottom of the screen,
  479.         asking to file the record, continue editing, verify keywords or
  480.         abandon it. You may click the appropriate response with your mouse
  481.         or enter the highlighted first letter of the option you desire
  482.         (e.g., A to Abandon).
  483.  
  484.         You may verify that the descriptors you're using for a new record
  485.         conform to those already in your database. Just hold the ALT key
  486.         down and press V. BIBL/NET will check the terms in the field
  487.         against the database, putting a check mark by each that is found.
  488.  
  489.         [Y] Yes, file record. This will add the record to the database
  490.             and update the index file (unless all fields in the record
  491.             are empty, in which case the command to file is ignored).
  492.         [A] Abandon. Releases data and returns you to the main menu.
  493.          
  494.                                 BIBL/NET INDEXING
  495.  
  496.         Five indexes are maintained in the single file: 1) the first 20
  497.         characters of the author field, 25 characters of the TITLE field,
  498.         the entire SUBJECT field, each word (something with a space
  499.         before and after it) of the DESCRIPTOR field (must be more than a
  500.         single character), and a fifth index for author/title sorting.
  501.         By putting all five indexes in a single file, performance is
  502.         improved over systems that put each index in its own file--DOS
  503.         does not allocate a large number of file handles for BIBL's use.
  504.  
  505.         Information is stored in upper case in the index file and your
  506.         query is converted to upper case before a search begins--thus you
  507.         don't have to worry about capitalization (although the way you
  508.         enter data is the way it will display and appear in any ASCII
  509.         file created by BIBL.
  510.  
  511. Note: If your database is large (5000 records or more) and your network
  512. is under a heavy load, you can dramatically improve reindexing times by
  513. moving your database to a local workstation and reindexing it under a
  514. copy of BIBLNET.EXE running on the local workstation. You'll need to
  515. move BIBLSEC.DAT and BIBLSEC.IX to that local workstation and have IPX
  516. and NETX loaded for BIBLNET to run. When finished, copy the *.DAT and
  517. *.IX files back to your server.
  518.  
  519.         FIELDS (Subject vs Descriptor): Most fields are obvious, but you
  520.         might not be familiar with the distinction we're making between
  521.         subject and descriptors. Put the most important term in the
  522.         subject field and other less useful but desired descriptive terms
  523.         in the DESC: field.
  524.  
  525.         EVERY word (anything between spaces) in the descriptor field
  526.         is individually indexed.
  527.  
  528.         Caution: No term in the descriptor field can be longer than 20
  529.         characters (or it will be truncated to 20 characters in the
  530.         index). The indexing algorithm considers a word to be anything
  531.         between two blank spaces. If you have a compound term, include a
  532.         '-' between the words so they'll be considered a single term
  533.         (e.g., 'World-War-II' is considered 1 term while 'World War II'
  534.         is three.). Up to 8 words in any one DESC field will be indexed.
  535.         A single letter WILL NOT be indexed. Each 'word' must be longer
  536.         than one character.
  537.  
  538.         LOCATION: You may use the location field for either a
  539.         classification number (if your organization system is
  540.         that evolved) or simply where you have stored the
  541.         physical item referenced in the BIBL record.         
  542.         REBUILDING INDEXES
  543.  
  544.         BIBL includes an index rebuild function to create new indexes from
  545.         the database file on demand. You may never need this function,
  546.         but if add records through the ASCII import function; take a
  547.         power hit during data entry, or experience some other sort of
  548.         hardware (disk) failure, the index can become invalid or
  549.         corrupted.  If your database becomes completely corrupted, use BRX
  550.         to rebuild and repair it.  
  551.  
  552.         Rebuilding indexes will correct any problems of this sort. When
  553.         rebuilding the indexes, BIBL provides a graph which shows the
  554.         status of the effort (0%-100% complete for each index). If you
  555.         have fewer than 50 records, the blocks in the graph represent
  556.         each record. 
  557.  
  558.         SHELL TO DOS
  559.  
  560.         BIBL allows you to drop out of the program momentarily and return
  561.         to your DOS prompt. This option allows you to delete files, use
  562.         a program like LIST to view a file, check disk space, or do other
  563.         DOS-type things. BIBL provides a special prompt to remind you to
  564.         enter EXIT to return to the program.
  565.  
  566.         When you type EXIT, BIBL will reactivate and check to see that
  567.         the operating system is still defaulting to the sub-directory
  568.         where your BIBL files are kept. If not, BIBL will change to
  569.         that drive and directory before continuing. If BIBL is unable to
  570.         change to the original sub-directory, you will receive a message
  571.         to that effect...so you can manually issue the command (e.g.,
  572.         CD\BIBL <cr>) from the DOS prompt.
  573.  
  574.         MAKE A NEW DATABASE.
  575.  
  576.         To create a new, empty database, press M on the maintenance menu,
  577.         then enter a name for the database file. You may enter up to 8
  578.         letters for your database name. You should try to give the file
  579.         a name that will later give some indication of the file's
  580.         contents.
  581.  
  582.         TIP: When creating databases, give your most popular file a
  583.              name that sorts first. The Database Selection option on
  584.              the main menu sorts the various *.DAT files before
  585.              displaying them. The first file in the list will be
  586.              highlighted when the list displays. If it is the file
  587.              you want, just press RETURN (or ESC).  Note that you can
  588.              also specify a database on the command line when
  589.              activating BIBL from the DOS prompt (e.g., BIBL Myfile).
  590.  
  591.  
  592.         DELETE A DATABASE.
  593.  
  594.         You may use this function to delete a database and it's
  595.         associated index file. You may also delete a database and index
  596.         by simple using the DOS delete command while at the DOS prompt.
  597.         BIBL dynamically determines your databases by scanning the
  598.         directory where BIBL.EXE resides for files ending with the *.DAT
  599.         extension. You may NOT DELETE the database you are currently using.
  600.  
  601.         IMPORT a BIX (ASCII) FILE
  602.  
  603.         Using the ASCII import option enables you to read any labelled
  604.         ASCII file into the currently active BIBL database. The file
  605.         separated with **'s and each line is labelled. The labelled
  606.         option under the Export Menu creates this format as does the
  607.         Transfer option when displaying an individual record.
  608.         If you want to experiment with ASCII import (say you're trying to
  609.         import an ASCII file from some other source--like bibliographic
  610.         data downloaded from a CD-ROM), you should follow these steps:
  611.  
  612.         1. Use MAKE A NEW DATABASE option on maintenance menu to create a
  613.            database called something like TEST
  614.  
  615.         2. Use DATABASE SELECTION on the main menu to select the TEST
  616.            database.
  617.  
  618.         3. Run ASCII import from the maintenance menu. You BIX file must
  619.            be in the same subdirectory where BIBL.EXE resides.
  620.  
  621.         4. After reviewing the results (the records added to TEST),
  622.            select the database you want to use and run ASCII import
  623.            again. When finished, you can delete TEST.DAT and TEST.IX
  624.            via Delete a Database (on the maintenance submenu).
  625.  
  626.         GLOBAL FIND/REPLACE
  627.  
  628.         Global changes ('find & replace') affect any record across
  629.         your database.
  630.  
  631.         To make a global find and replacement, select the field you want
  632.         to modify (the database will be the currently active file--the
  633.         database that displays on the status bar at the bottom of your
  634.         screen). After selecting the field to modify, you must next
  635.         enter the original text (what's currently in the record(s)) and
  636.         then the new text. In both situations (the finding and the
  637.         replacing) the case of the text you enter is significant and your
  638.         'find' input must match the database EXACTLY.
  639.         Be advised that the substitution you instruct BIBL to make
  640.         will occur anywhere BIBL finds a match for your 'change'
  641.         text. Without a bit of thought on your part, this can quickly
  642.         become a nightmare.  If you elect to change a short word--one
  643.         that also appears as part of a larger word in the same field--you
  644.         can have problems. For example, asking BIBL to change NETWORK
  645.         to LAN can (if you also have NETWORKING in the same field) lead
  646.         rather quickly to LANING...
  647.  
  648.         You are not limited to whole word changes (if the text you enter
  649.         happens to match a few letters inside another word in that field,
  650.         it will be changed. Again, think your change through before you
  651.         begin.
  652.  
  653.         It is possible that the length of your replacement term(s) will
  654.         force the truncation of the field. For example, if your
  655.         descriptor field has 60 characters and you change one 5 letter
  656.         word to a 15 letter word, the field would now be 75 characters
  657.         long...so the last 5 characters of your field after the 5 letter
  658.         word becomes a 15 letter one will be chopped off.
  659.  
  660.         NETWORK INFORMATION
  661.  
  662.         Selecting N on the Maintenance menu brings up a screen of 
  663.         information about your network. BIBL/NET will attempt to
  664.         tell you:
  665.  
  666.                     the interface card in the server
  667.                     version of NETWARE in use
  668.                     maximum number of connections supported
  669.                     number of connections in use
  670.                     current broadcast status
  671.          
  672.          and so on.
  673.  
  674.  
  675.         CHANGE USER PASSWORD / EXPORT DIRECTORY
  676.  
  677.         This option allows the user to change his password and the
  678.         path (drive and subdirectory) where BIBL points the file
  679.         viewer, writes export files, and transferred or saved records.
  680.         BIBL/NET will place the '\' at the end of the path name
  681.         if it is not added by the user.  If the export field is
  682.         blanked out, BIBL/NET will not allow export.
  683.                 
  684.         EXPORT MENU
  685.  
  686.         
  687.         While BIBL/NET offers only limited print support, it will dump your
  688.         database to disk in an ASCII file--which you can then edit and
  689.         print using your favorite word processor.
  690.  
  691.         Blank fields do not appear in the ASCII files BIBL creates.
  692.         (the exception being DELIMITED format).
  693.  
  694.         You may select Author, Title, Subject, Delimited or the order
  695.         records appear in the database. Note that each time you call the
  696.         dump to disk routine it overwrites any previously created file.
  697.         Here is a list of the files created via the Export function.
  698.         Where you are given the option of naming the file, you should use
  699.         a *.TXT extension when possible. This will allow you to see all
  700.         available export files under the VIEW function when you accept 
  701.         the default *.TXT mask.
  702.  
  703.         BIBL/NET writes export files to the user's Export Directory
  704.         (typically one on their local machine).  
  705.  
  706.         BIBL can create ASCII files (full, annotated or brief form) for
  707.         all records that contain your search string.
  708.  
  709.         Annotated form will produce a listing with author, title,
  710.         publisher and the notes fields. Brief includes only the author,
  711.         title, and publisher field. Below, a sample 'annotated' reference
  712.         appears:
  713.  
  714.         Bratley, Paul and Choueka, Yaacov
  715.                 Processing Truncated Terms in Document Retrieval Systems.
  716.         Information Processing and Management v18 n5 p257-66 1982
  717.  
  718.             Presents uniform and efficient approach for processing all
  719.         truncated query terms in information retrieval which requires one
  720.         disk access to obtain from the permuted dictionary all strings
  721.         represented by truncated term. The problem of the overhead
  722.         storage required to implement the permuted dictionary is
  723.         discussed. Fifteen references.
  724.  
  725.         You assign the name for the bibliography output file. If the name
  726.         is already in use, BIBL asks you to use another name. Note that using
  727.         the Word Processing [WP] format option will produce a citation
  728.         where fields follow one another on a line. A hard return follows
  729.         the PUBL field.
  730.  
  731.           Bratley, Paul and Choueka, Yaacov. Processing Truncated
  732.         Terms in Document Retrieval Systems. Information Processing and
  733.         Management. v18 n5 p257-66. 1982.
  734.  
  735.         'Smart' Punctuation [WP format]
  736.  
  737.         As BIBL creates your bibliography, it will check to see
  738.         if each field ends with punctuation. If so, the existing
  739.         punctuation will be written to your file. If not, BIBL
  740.         will add periods after each field. This saves you having to
  741.         use end-of-field punctuation in your BIBL database entry.
  742.  
  743.         DELIMITED FORMAT
  744.  
  745.         Delimited format is used when you want to move your BIBL database
  746.         to dBASE or some other database system (why?). The next few
  747.         paragraphs point out a few things you should be aware of:
  748.  
  749.         Note that in delimited format BIBL will change any quotation mark
  750.         that appears in the Title, Descriptor, or Note fields to a single
  751.         quote--to preserve the exported data's integrity. If any double
  752.         quotes were to appear in the exported data (that is, anywhere
  753.         other than between the fields), the importing program might
  754.         not process the data correctly.
  755.  
  756.         For example, if you have: Jones is author of the article, "This
  757.         is My Life's Work." in your note field, under delimited format,
  758.         BIBL will export: "Jones is author of the article, 'This is My
  759.         Life's Work.'"
  760.  
  761.         A CR/LF appears at the end of each record. dBASE will accept this
  762.         for input if you first set up a dBASE file with the proper
  763.         structure. Use the field lengths as they appear at the end of
  764.         this documentation. With the database structure created, activate
  765.         dBASE and issue the following command:
  766.  
  767.          . USE MYBOOKS <cr>
  768.          . APPEND FROM BIBLDLM.TXT DELIM <cr>
  769.  
  770.         LIST SUBJECTS/LIST DESCRIPTORS (Keywords)
  771.  
  772.         You should use these export functions periodically to check the
  773.         uniformity of your subject headings and descriptor fields. For
  774.         example, if your list shows you have 10 items under computer and
  775.         1 under computers, you should edit the COMPUTERS entry (changing
  776.         it to COMPUTER). As an aid in helping you identify the records, a
  777.         bit of the title is included with each entry.
  778.  
  779.         Note that there is an entry in the list for each heading in a
  780.         record (if you have 10 records with the subject BASEBALL, you'll
  781.         get 10 entries for BASEBALL in the SUBRIEF.TXT file).
  782.  
  783.         KEYWORD.TXT - this option lists all terms used in the descriptor
  784.         field of your database. With each term, the number of times it
  785.         appears is also listed. This list can be a big help in
  786.         eliminating redundant terms and consolidating similar terms to
  787.         yield a stronger database.
  788.  
  789.                                  Related Topics
  790.  
  791.         Send To Disk. Beyond creating large reports, during any search
  792.         you may elect to send a copy of a single record to an
  793.         ASCII file (QUERY.TXT). Each time you press 'S' a copy is
  794.         appended to this file. When you are finished with the file,
  795.         delete it (via DOS) or rename it. Then when you next send a
  796.         record to disk, BIBL will create a new copy of QUERY.TXT.
  797.  
  798.         Transfer: Any time an individual record is displayed, you have
  799.         the option of copying it to a transfer file (TRANSFER.BIX).
  800.         Pressing T (or clicking on the word 'Transfer' will add the
  801.         record to TRANSFER.BIX.
  802.  
  803.         To move the records in TRANSFER.BIX use ASCII import on the
  804.         maintenance menu.  Be sure to delete any existing TRANSFER.BIX
  805.         file if you want to make a file of new records...if TRANSFER.BIX
  806.         exists on your disk, transferred records will be appended to
  807.         it. If it is missing when 'T' is pressed, BIBL will create
  808.  
  809.          USAGE NOTES / TIPS
  810.  
  811.         A. Here are some of the ways we've heard BIBL is being used:
  812.  
  813.          - as an online index to a personal book collection.
  814.          - tracking magazine articles.
  815.          - indexing a vertical file (for non-library types, a vertical
  816.            file is usually a filing cabinet of clippings, brochures, etc.).
  817.          - using BIBL instead of 3x5 cards for research.
  818.          - tracking reserve reading materials in a corporate library.
  819.          - Managing an office library.
  820.  
  821.         B. Modifying HELP display (INFORMATION on the main menu).
  822.  
  823.         BIBL displays the file BIBL.HLP when 'I' is pressed on the Main
  824.         Menu. If you want to change the help display file, just rename
  825.         any ASCII file to BIBL.HLP and BIBL will display it...
  826.  
  827.         Technical Specs:
  828.  
  829.         1. Memory required. BIBL requires a minimum of 435K RAM to
  830.         operate. If you have more, then more will be available when you
  831.         Shell to DOS.
  832.  
  833.  
  834.  
  835.         PASCAL structure for a BIBL/NET record:
  836.  
  837.        bookrec = RECORD
  838.         recordstatus : longint;    { deleted?}
  839.         idnum        : string[10]; {reserved}
  840.         value        : string[6];  {reserved}
  841.         author1      : string[70];
  842.         author2      : string[70];
  843.         Title1       : string[70];
  844.         title2       : STRING[70];
  845.         title3       : string[70];
  846.         publ         : STRING[70];
  847.         publ2        : string[70];
  848.         class        : STRING[40];
  849.         subject1     : string[30];
  850.         subject2     : STRING[70];
  851.         flag1        : char;      {user stamp in these 3 char fields}
  852.         flag2        : char;
  853.         flag3        : char;
  854.         createdate   : string[7];
  855.         note1        : STRING[70];
  856.         note2        : STRING[70];
  857.         note3        : STRING[70];
  858.         note4        : STRING[70];
  859.         note5        : STRING[70];
  860.         note6        : STRING[70];
  861.         note7        : string[70];
  862.         note8        : string[70];
  863.         note9        : string[70];
  864.        note10        : string[70];
  865.       end;
  866.  
  867.         Indexes (the following keys are maintained in each .IX file):
  868.  
  869.         Author          first 20 characters of the field (stored upper case)
  870.         Title           first 25 characters of the field (stored upper case)
  871.         Subject         all characters of subject1 (stored upper case) 
  872.         Author/Title    14 characters of author+6 characters of title.
  873.         Description     first each word of the field is extracted (a word
  874.                         being a string of characters separated by a space
  875.                         or comma).
  876.  
  877.          Up to 20 characters of each 'word' is indexed.
  878.          Up to 9 words from any one line are indexed. If you
  879.          have 10 words on the line, the tenth is ignored.
  880.  
  881.          IMPORTANT: place a '-' between words you want BIBL to index together.
  882.  
  883.         File extensions used by BIBL:
  884.  
  885.         .DAT - a datafile
  886.         .IX  - the index to a DAT datafile.
  887.         .DIA - dialog file used by BIBLNET.EXE to handle locking.
  888.         .HLP - Help file (displays when I is pressed on Main Menu)
  889.         .SAV - temporary file, used during index rebuild/purge.
  890.  
  891.         The *.DAT and *.IX files together form 'a database.' You must
  892.         have the same name on both you .DAT and .IX files--usually taken
  893.         care of by BIBL but if you rename a database via DOS (for
  894.         example, renaming DEMO.DAT to MYFILE.DAT, be sure to rename
  895.         DEMO.IX to MYFILE.IX too!).
  896.  
  897.         .TXT - any ASCII file.
  898.         .BIX - BIBL Import/Export. A labelled ASCII file. This file uses a
  899.                specific format where each field is labelled (e.g., A1:, A2:
  900.                for the 2 author fields, T1: T2: T3: for the title fields, and
  901.                so on. Each record in the file is separated by '**'. The
  902.                ASCII import function on the Maintenance Menu will read a
  903.                BIX file and write the information to BIBL records. You
  904.                can use this facility for backing up your database or
  905.                moving records from one database to another.
  906.  
  907.         Here is a sample record in BIX format:
  908.  
  909.         **
  910.         A1: Bratley, Paul and Choueka, Yaacov
  911.         T1: Processing Truncated Terms in Document Retrieval Systems.
  912.         PB: Information Processing and Management. Volume 18, Number 5
  913.         P2: pages 276-66. 1982
  914.         SU: Information Retrieval
  915.         DE: Information-Storage Permuted-Indexes Subject-Indexing
  916.         N1: Presents uniform and efficient approach for processing all
  917.         N2: query terms in information retrieval which requires one disk
  918.         N3: access to obtain from the permuted dictionary all strings
  919.         N4: represented by the truncated term. The problem of the
  920.         N5: overhead storage required to implement the permuted
  921.         N6: dictionary is discussed. Fifteen references
  922.         N7: are provided.
  923.         **
  924.  
  925.         Note: BIBLNET.EXE has been compressed with PKLITE version 1.14
  926.  
  927.         Databases created by the single user version of BIBL or
  928.         the unregistered (SHAREWARE) version of BIBL/NET are
  929.         fully compatible with the registered version of BIBL/NET.
  930.  
  931.         If moving a database created by the single-user version
  932.         of BIBL to the network for use by BIBL/NET, you have to
  933.         be sure the DAT and IX and DIA files are flagged RWS
  934.         (Read Write Sharable).  You must also rebuild the index under
  935.         BIBL/NET as the author/title index is built on the fly during
  936.         reports in the single user version.
  937.  
  938.         Security file used by unregistered version (BIBLSEC.DAT
  939.         and BIBLSEC.IX) is the same used by the registered
  940.         version of BIBL/NET.  Upgrading from shareware to
  941.         registered is a quick, and painless process.  Basically,
  942.         you just replace the BIBLNET.EXE file with its
  943.         registered counterpart.
  944.  
  945.         You must have the IPX and NETX drivers loaded to run BIBL/NET
  946.  
  947.         Questions, comments, complaints, encouragement???
  948.  
  949.         Contact:
  950.  
  951.         Clyde W. Grotophorst, Route 1, Box 296, Hamilton, VA 22068
  952.         voice: (703) 993-2239 or call the GMUtant OnLine BBS (703) 993-2219,
  953.         and leave a comment for the Sysop. The Bulletin Board is your 
  954.         source for updates and additional BIBL/NET utilities. You may 
  955.         also reach the author via Compuserve (70404,3376).
  956.  
  957.         Notes:
  958.  
  959. BIBL/NET revision history
  960.  
  961. 2.51 - Fixed problem with label changing via a *.DBL file
  962.        for a given database. Changes made via the *.DBL
  963.        file now reflected on search & export menus.
  964. 2.50 - Reworked non-indexed searches. Now faster and adds
  965.        ability to jump between matches.
  966. 2.40 - Rebuild index(es) will now physically purge deleted
  967.        records from your database if desired. Status line
  968.        redesigned.
  969. 2.30 - NOVELL login name now picked up by BIBL/NET. Simplifies
  970.        maintenance of security. Other minor modifications also made
  971.        to actions under security level 0.
  972. 2.20 - Fix to SHAREWARE version. Release 2.10 wasn't working
  973.        correctly on large networks (due to a piece of foobar
  974.        logic in the use tracking function). Registered user
  975.        version not affected by the problem.
  976. 2.10 - Major improvement in speed of reindexing.
  977. 2.01 - Minor fix in handling of private databases. BIBL/NET
  978.        no longer hangs if user logs and selects a private
  979.        database that was stored on a local workstation but
  980.        user is accessing system from another workstation
  981.        that does not contain the private (export) directory
  982.        recorded within the BIBL/NET security table.
  983. 2.00 - database structure changed to match single-user version
  984.        of BIBL. Note field expanded to 10 lines. New Add/Edit
  985.        data entry functions. Numerous tweaks to improve
  986.        performance and clean up minor quirks in earlier
  987.        releases. Descriptor field now supports 9 terms.
  988. 1.05 - fixed bug in index rebuild during a global change.
  989. 1.04 - fixed bibliography production so output will go to
  990.        user's private directory.
  991. 1.03 - changed systemwide status bar. BIBL/NET now reports
  992.        whether you're logged into a [P]rivate (personal)
  993.        or [N]etwork (public) database.
  994. 1.02 - added capability for personal databases for security level
  995.        3, 4 or 5 users.  Personal databases are stored in the
  996.        drive/subdirectory the user points BIBL to via the
  997.        User Export Directory variable in the security database.
  998.        A few tweaks in other areas of the program. Added
  999.        a few more installation instructions.
  1000. 1.01 - Initial release.
  1001.  
  1002. Index
  1003.  
  1004. Access Rights
  1005.      Users . . . . . . . . . . . . . . . . . . . . . . . . . . .3
  1006. Adding records . . . . . . . . . . . . . . . . . . . . . . . . 12
  1007. B-Tree Filer . . . . . . . . . . . . . . . . . . . . . . . . . .7
  1008. BIBL.HLP
  1009.      Modifying . . . . . . . . . . . . . . . . . . . . . . . . 20
  1010. BIBL/NET
  1011.      File extensions used. . . . . . . . . . . . . . . . . . . 22
  1012.      Pascal record structure . . . . . . . . . . . . . . . . . 21
  1013.      Revision history. . . . . . . . . . . . . . . . . . . . . 24
  1014.      Technical Specifications. . . . . . . . . . . . . . . . . 20
  1015.      Using single-user version with. . . . . . . . . . . . . . 23
  1016. BIBLSEC.DAT
  1017.      make hidden . . . . . . . . . . . . . . . . . . . . . . . .3
  1018. BIX files. . . . . . . . . . . . . . . . . . . . . . . . . . . 10
  1019.      Importing into BIBL/NET . . . . . . . . . . . . . . . . . 15
  1020. BIX format
  1021.      Sample. . . . . . . . . . . . . . . . . . . . . . . . . . 22
  1022. BNETSEC
  1023.      Adding Users. . . . . . . . . . . . . . . . . . . . . . . .6
  1024. BNETSEC.EXE. . . . . . . . . . . . . . . . . . . . . . . . . . .3
  1025. Boolean Searching. . . . . . . . . . . . . . . . . . . . . . . 10
  1026. Boyer-Moore algorithm. . . . . . . . . . . . . . . . . . . . . 10
  1027. BRX. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
  1028. Command Line Arguments . . . . . . . . . . . . . . . . . . . . .7
  1029. Databases
  1030.      Creation. . . . . . . . . . . . . . . . . . . . . . . . . 14
  1031.      Deletion. . . . . . . . . . . . . . . . . . . . . . . . . 15
  1032.      number supported. . . . . . . . . . . . . . . . . . . . . .9
  1033. Descriptors
  1034.      truncation. . . . . . . . . . . . . . . . . . . . . . . . 13
  1035.      Verification against database . . . . . . . . . . . . . . 12
  1036. Editing. . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
  1037. Export
  1038.      Delimited format. . . . . . . . . . . . . . . . . . . . . 19
  1039.      for import to dBASE . . . . . . . . . . . . . . . . . . . 19
  1040.      Send to Disk. . . . . . . . . . . . . . . . . . . . . . . 20
  1041.      Smart Punctuation . . . . . . . . . . . . . . . . . . . . 18
  1042.      Transfer. . . . . . . . . . . . . . . . . . . . . . . . . 20
  1043. Export menu. . . . . . . . . . . . . . . . . . . . . . . . . . 17
  1044. Global Find & Replace. . . . . . . . . . . . . . . . . . . . . 15
  1045. Help file
  1046.      Modifying . . . . . . . . . . . . . . . . . . . . . . . . 20
  1047. Indexing
  1048.      overview. . . . . . . . . . . . . . . . . . . . . . . . . 12
  1049.      to improve performance. . . . . . . . . . . . . . . . . . 12
  1050. Installation . . . . . . . . . . . . . . . . . . . . . . . . . .3
  1051. Jump command . . . . . . . . . . . . . . . . . . . . . . . . . 10
  1052. Keyword.txt
  1053.      list descriptors in use . . . . . . . . . . . . . . . . . 19
  1054. Maintenance Menu . . . . . . . . . . . . . . . . . . . . . . . 11
  1055.      Change User Password. . . . . . . . . . . . . . . . . . . 16
  1056.      Network Information . . . . . . . . . . . . . . . . . . . 16
  1057. Memory required for BIBL/NET
  1058.        . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
  1059. Monochrome . . . . . . . . . . . . . . . . . . . . . . . . . . .7
  1060. Searching a database . . . . . . . . . . . . . . . . . . . . . .9
  1061. Security Levels. . . . . . . . . . . . . . . . . . . . . . . . .5
  1062.      Detailed Discussion . . . . . . . . . . . . . . . . . . . .8
  1063. TRANSFER.BIX . . . . . . . . . . . . . . . . . . . . . . . . . 20
  1064. User Stamp . . . . . . . . . . . . . . . . . . . . . . . . . . .6
  1065.  
  1066.  
  1067. Appendix A      Modifying field display text
  1068.  
  1069. It is possible to modify the way BIBL/NET refers to certain fields
  1070. in a particular database.  Note: this functionality is restricted
  1071. to modifying the LOCATION field in the SHAREWARE version.
  1072.  
  1073. A BIBL record defaults to the following field labels (not all the note
  1074. field is shown for brevity sake):
  1075.  
  1076.  Auth:
  1077.      :
  1078. Title:
  1079.      :
  1080.      :
  1081.  Publ:
  1082.      :
  1083.  Locn:                                         Date:
  1084.  Subj:                                        Value:
  1085.  Desc:
  1086.  Note:
  1087.      :
  1088.  
  1089. It is possible to modify these labels on the record display screen,
  1090. the data entry screen and the edit screen.  To do so, you must create
  1091. an ASCII file similar to the one shown below.  In the sample below,
  1092. we want to modify the Location field (uses the label Locn: in the
  1093. above example) to show Class: (as in classification).
  1094.  
  1095. First, with an ASCII editor create a file with the same filename as
  1096. the database you want to perform this modification on...but give the
  1097. file a DBL extension.  For example, say you wanted to modify the
  1098. DEMO.DAT database that comes with BIBL, you'd create a file named
  1099. DEMO.DBL
  1100.  
  1101. Using the convention established with BIX files (where each field is
  1102. labelled), you'd enter the following line in the file:
  1103.  
  1104. CL=Class:
  1105. CLMENU=Call Nmbr
  1106.  
  1107. The CL= line governs what label BIBL will use for that field when
  1108. displaying a record. The CLMENU= line governs how BIBL/NET will
  1109. refer to the field on the SEARCH and EXPORT menu screens.
  1110.  
  1111. Limitations: The label text can be no more than 6 characters.
  1112.              The menu text can not exceed 9 characters.
  1113.  
  1114. Any field you do not modify in your *.DBL file will retain the
  1115. BIBL/NET default value.
  1116.  
  1117.  
  1118.  
  1119. Here's a complete sample file for a database that's being used not
  1120. as a book catalog but as a faculty directory:
  1121.  
  1122. A1= Name:
  1123. A2=Phone:
  1124. T1=Membr:
  1125. PB= Dept:
  1126. P2= Schl:
  1127. CL= Rank:
  1128. SU=Rsrch:
  1129. DE= Desc:
  1130. N1= Note:
  1131. VL= Cost:
  1132. AUMENU=Professor
  1133. TIMENU=Membrship
  1134. PBMENU=Affiliate
  1135. SUMENU=Research
  1136. CLMENU=Rank
  1137.  
  1138. With these 13 lines (and yes, each entry must occupy a single line and
  1139. begin in the first position of the left margin), we change the look
  1140. of this one database...all other BIBL/NET databases (unless they too have
  1141. a corresponding DBL file) will use the BIBL/NET book-oriented defaults.
  1142.  
  1143. Any BIBL/NET field label can be modified. Five fields may be renamed
  1144. throughout the program: Author, Title, Publisher, Location and
  1145. Subject.
  1146.  
  1147. When you delete a database that has an associated DBL file, BIBL will
  1148. ask if you want that label file removed as well.  Leaving it causes
  1149. no problems other than consuming a few hundred bytes of disk space.
  1150.  
  1151. You may use WordPerfect to create a label configuration file but
  1152. be sure to save the file using CTRL-F5 (text out).
  1153.  
  1154. If you want a database to revert to the original default labels
  1155. and field names, just delete the associated *.DBL file for that
  1156. database.
  1157.  
  1158.                      ** IMPORTANT **
  1159.  
  1160. The operation of the program is not changed by these modifications.
  1161. If, for example, you do as we've shown in the sample above
  1162. and divide the author field into 2 fields (one for name and
  1163. one for phone), BIBL will still treat them as an entity when
  1164. producing reports -- which in this case would concatenate (or join)
  1165. them.  Finally, when assigning values to AUMENU, TIMENU, CLMENU
  1166. and SUMENU, be sure that you *DO NOT* have the same letter
  1167. beginning more than one values--or use the same first letter
  1168. as is used by one of the fields that you can not change (e.g.,
  1169. D for Descriptor). In several instances during operation,
  1170. BIBL will accept the initial letter of the strings you assign
  1171. as the hot key. If two begin with the same letter, pressing
  1172. that letter will always activate the first term (for example,
  1173. don't have AUMENU=Editor and SUMENU=Edition -- both begin with
  1174. an E).
  1175.  
  1176.  
  1177. Appendix B.  Value field
  1178.  
  1179. BIBL/NET will now track a value for each item in a database.
  1180. The value field is limited to 6 spaces (so you can store
  1181. between 0 - 999.99 for a given item).  Should you have an item
  1182. worth more than 999.99 you can omit the decimal and track
  1183. values up to 999999.  When BIBL computes the total value for
  1184. a database, it will treat 999999 as 999999.00.  (if you have
  1185. items worth more than $ 9999999.00 you should probably be
  1186. using a more expensive solution than BIBL/NET...)
  1187.  
  1188. The value field label may be changed (using VL= in the *.DBL file).
  1189.  
  1190. Value appears only in the BIX file (label VL=) and can be read into
  1191. a BIBL/NET record when using ASCII import.
  1192.  
  1193. Do not include a $ in your value for an item (e.g., don't enter
  1194. $ 5.00 -- use 5.00 instead).  BIBL/NET will replace any $'s found
  1195. with 0's.
  1196.  
  1197.  
  1198.  
  1199.